home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / RM.1 < prev    next >
Text File  |  1994-01-09  |  586b  |  23 lines

  1. RM(1)                Danix Utilities                RM(1)
  2.  
  3. NAME
  4.     rm - remove files and directories
  5.  
  6. SYNOPSIS
  7.     rm [-firv] files ...
  8.  
  9. DESCRIPTION
  10.     rm removes the given files and directories.  By default, the
  11.     user will be prompted to delete files which are read-only.
  12.  
  13.     -f (Force) Remove files and directories without prompting
  14.        and suppress all output.
  15.  
  16.     -i (Interactive control) Prompt user to delete each file.
  17.        This option overrides the -f option.
  18.  
  19.     -r Recursively remove the given directories arguments.
  20.  
  21.     -v (Verbose) Print the name of each file or directory being
  22.        deleted.
  23.